projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ecd77f
)
[gdk-pixbuf] Use G_STRLOC instead __LINE__
author
Javier Jardón
<jjardon@gnome.org>
Wed, 21 Oct 2009 21:29:01 +0000
(23:29 +0200)
committer
Javier Jardón
<jjardon@gnome.org>
Mon, 30 Nov 2009 20:10:49 +0000
(21:10 +0100)
gdk-pixbuf/io-gif.c
patch
|
blob
|
history
diff --git
a/gdk-pixbuf/io-gif.c
b/gdk-pixbuf/io-gif.c
index 7e35953021b7e37b0e72c50ba51b5fd63197363e..d414d782013def3a6dd29ed42c26ef88fd8af66d 100644
(file)
--- a/
gdk-pixbuf/io-gif.c
+++ b/
gdk-pixbuf/io-gif.c
@@
-1344,7
+1344,7
@@
gif_get_next_step (GifContext *context)
}
-#define LOG(x) /* g_print ("%
d: %s\n", __LINE__
, x); */
+#define LOG(x) /* g_print ("%
s: %s\n", G_STRLOC
, x); */
static gint
gif_main_loop (GifContext *context)